From: Kim F. Storm Date: Sun, 16 Nov 2003 23:43:33 +0000 (+0000) Subject: (struct it): New member first_vpos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24977 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=00e0622050161172bb85afdb538136e16f8bf04c;p=emacs.git (struct it): New member first_vpos. --- diff --git a/src/dispextern.h b/src/dispextern.h index d38f3d34275..615d1a02670 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1964,6 +1964,9 @@ struct it glyph_row in move_it_to and display_line. */ int current_y; + /* Vertical matrix position of first text line in window. */ + int first_vpos; + /* Current vertical matrix position, or line number. Automatically incremented by move_it_to and display_line. */ int vpos;